home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / mpegnt.zip / TXTFILES.ZIP / ANNOUNCE.TXT next >
Text File  |  1993-02-25  |  5KB  |  126 lines

  1. Sent to: 
  2.     alt.graphics.pixutils, comp.compression, comp.compression.research,
  3.     comp.graphics.animation, comp.graphics, comp.mail.multi-media,
  4.     comp.multimedia, comp.sources.x, comp.windows.x, comp.windows.x.announce
  5.  
  6. The Berkeley Plateau Research Group is happy to announce the
  7. release of Version 2.0 of its software-only MPEG decoder.
  8. The player is available via anonymous ftp from toe.cs.berkeley.edu
  9. (128.32.149.117) in /pub/multimedia/mpeg/mpeg-2.0.tar.Z.
  10. You'll find many sample MPEG streams in the subdirectory
  11. movies. 
  12.  
  13. Changes from v1.2 include:
  14. o Fixed green artifact bug.
  15. o Fixed sequence end code bug.
  16. o Many bug fixes.
  17. o Performance tweaks.
  18.  
  19. Below is a copy of the README file:
  20.  
  21.                   MPEG Video Software Decoder
  22.                   (Version 2.0; Jan 27, 1993)
  23.  
  24.         Lawrence A. Rowe, Ketan Patel, and Brian Smith
  25.  Computer Science Division-EECS, Univ. of Calif. at Berkeley
  26.  
  27. This directory contains a public domain MPEG video software
  28. decoder. The decoder is implemented as a library that will
  29. take a video stream and display it in an X window on an 8, 24
  30. or 32 bit deep display.  The main routine is supplied to
  31. demonstrate the use of the decoder library. Several dithering
  32. algorithms are supplied based on the Floyd-Steinberg, ordered
  33. dither, and half-toning algorithms that tradeoff quality and
  34. performance. Neither the library nor the main routine handle
  35. real-time synchronization or audio streams.
  36.  
  37. The decoder implements the standard described in the Committee 
  38. Draft ISO/IEC CD 11172 dated December 6, 1991 which is
  39. sometimes refered to as "Paris Format." The code has been
  40. compiled and tested on the following platforms:
  41.  
  42.  HP PA-RISC (HP/UX 8.X, X11R4) (i.e., HP 9000/7XX and 9000/3XX)
  43.  Sun Sparc (SunOS 4.X, X11R5)
  44.  DECstation 5000 and Alpha
  45.  IBM RS6000
  46.  Silicon Graphics Indigo
  47.  MIPS RISC/os 4.51
  48.  Sequent Symmetry
  49.  Sony NEWS
  50.  and more than we can list here.
  51.  
  52. If you decide to port the code to a new architecture, please let
  53. us know so that we can incorporate the changes into our sources.
  54.  
  55. This directory contains everything required to build and
  56. display video. We have included source code, a makefile, an Imakefile,
  57. installation instructions, and a man page. Data files can
  58. be obtained from the same ftp site this was located in.
  59. See the INSTALL file for instructions on how to
  60. compile and run the decoder. 
  61.  
  62. The data files were produced by XING. XING data does not take
  63. advantage of P or B frames (ie, frames with motion compensation). 
  64. Performance of the player on XING data is significantly slower 
  65. (half or less) than the performance when motion compensated MPEG 
  66. data is decoded. We are very interested in running the software 
  67. on other MPEG streams.  Please contact us if you have a stream 
  68. that does not decode correctly. Also, please send us new streams
  69. produced by others that do utilize P and B frames.
  70.  
  71. NOTE: One particular XING data file: raiders.mpg, is not a 
  72. valid MPEG stream since it does not contain a sequence
  73. header. 
  74.  
  75. We have established several mailing lists for messages about
  76. the decoder:
  77.  
  78. mpeg-list-dist@CS.Berkeley.EDU 
  79.    General information on the decoder for everyone interested 
  80.    should be sent to this list.  This should become active after
  81.    11/20/92
  82.  
  83. mpeg-list-request@CS.Berkeley.EDU
  84.    Requests to join or leave the list should be sent to this 
  85.    address. The subject line should contain the single word 
  86.    ADD or DELETE.
  87.  
  88. mpeg-bugs@CS.Berkeley.EDU
  89.    Problems, questions, or patches should be sent to this address.
  90.  
  91. Our future plans include porting the decoder to run on other
  92. platforms, integrating it into a video playback system that
  93. supports real-time synchronization and audio streams, and
  94. further experiments to improve the performance of the
  95. decoder. Vendors or other organizations interested in supporting 
  96. this research or discussing other aspects of this project should 
  97. contact Larry Rowe at Rowe@CS.Berkeley.EDU.
  98.  
  99. We also plan on producing an MPEG encoder. The encoder will NOT be
  100. a real time digitizer, but will be intended for offline processing
  101. of video data. 
  102.  
  103. ACKNOWLEDGEMENTS:
  104.     We gratefully thank Hewlett-Packard, Fujitsu, the Semiconductor
  105.     Research Corporation for financial support.
  106.  
  107.     We also want to thank the following people for their help:
  108.  
  109.     Tom Lane of the Independent JPEG Group provided us with
  110.         the basic inverse DCT code used by our player.
  111.         (tom_lane@g.gp.cs.cmu.edu)
  112.  
  113.     Reid Judd of Sun Microsystems provided advice and assistance.
  114.  
  115.     Todd Brunhoff of NVR provided advise and assistance.
  116.  
  117.     Toshihiko Kawai of Sony provided advise and assistance.
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.